projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b031dc
)
(drain_message_queue): Add extern.
author
Andrew Innes
<andrewi@gnu.org>
Thu, 1 Jul 1999 19:48:19 +0000
(19:48 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Thu, 1 Jul 1999 19:48:19 +0000
(19:48 +0000)
src/w32term.h
patch
|
blob
|
history
diff --git
a/src/w32term.h
b/src/w32term.h
index aa4c81404515dc1012b91e1171444ce85e104674..3ee2199d1d8aa98f81b6b2a58c1632ed3c102dbf 100644
(file)
--- a/
src/w32term.h
+++ b/
src/w32term.h
@@
-683,6
+683,8
@@
extern void deselect_palette (struct frame * f, HDC hdc);
extern HDC get_frame_dc (struct frame * f);
extern int release_frame_dc (struct frame * f, HDC hDC);
+extern void drain_message_queue ();
+
extern BOOL get_next_msg ();
extern BOOL post_msg ();
extern void complete_deferred_msg (HWND hwnd, UINT msg, LRESULT result);